﻿2026-08-18T08:25:56.9186524Z ##[group]Run actions/checkout@v5
2026-08-18T08:25:56.9187285Z with:
2026-08-18T08:25:56.9187629Z   repository: BigscreenVR/spt-bs-core
2026-08-18T08:25:56.9190195Z   token: ***
2026-08-18T08:25:56.9190528Z   ssh-strict: true
2026-08-18T08:25:56.9190824Z   ssh-user: git
2026-08-18T08:25:56.9191125Z   persist-credentials: true
2026-08-18T08:25:56.9191481Z   clean: true
2026-08-18T08:25:56.9191783Z   sparse-checkout-cone-mode: true
2026-08-18T08:25:56.9192138Z   fetch-depth: 1
2026-08-18T08:25:56.9192432Z   fetch-tags: false
2026-08-18T08:25:56.9192723Z   show-progress: true
2026-08-18T08:25:56.9193031Z   lfs: false
2026-08-18T08:25:56.9193308Z   submodules: false
2026-08-18T08:25:56.9193606Z   set-safe-directory: true
2026-08-18T08:25:56.9193957Z   allow-unsafe-pr-checkout: false
2026-08-18T08:25:56.9194447Z ##[endgroup]
2026-08-18T08:25:57.1157883Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T08:25:57.1159533Z ##[group]Getting Git version info
2026-08-18T08:25:57.1160279Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-18T08:25:57.1376261Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-18T08:25:57.1918047Z git version 2.43.0.windows.1
2026-08-18T08:25:57.1951288Z ##[endgroup]
2026-08-18T08:25:57.1959427Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a2460f11-1e37-426b-968f-cb11c1b05ec2\.gitconfig'
2026-08-18T08:25:57.1975279Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a2460f11-1e37-426b-968f-cb11c1b05ec2' before making global git config changes
2026-08-18T08:25:57.1980128Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T08:25:57.1981205Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-18T08:25:57.2250220Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-18T08:25:57.2484646Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T08:25:57.2511104Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T08:25:57.2516098Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T08:25:57.2751058Z refs/heads/diag/pump-188-heartbeat
2026-08-18T08:25:57.2774404Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-18T08:25:57.3193543Z HEAD is now at c476f5b71 diag(er): name the writer of the engine room's controlled stamp
2026-08-18T08:25:57.4914832Z ##[endgroup]
2026-08-18T08:25:57.4918141Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-18T08:25:58.0007618Z ##[group]Cleaning the repository
2026-08-18T08:25:58.0011540Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-18T08:26:01.0530241Z Removing .adapter-notify/
2026-08-18T08:26:01.0530737Z Removing target/
2026-08-18T08:26:01.0563289Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-18T08:26:01.1784623Z HEAD is now at c476f5b71 diag(er): name the writer of the engine room's controlled stamp
2026-08-18T08:26:01.1813483Z ##[endgroup]
2026-08-18T08:26:01.1817436Z ##[group]Disabling automatic garbage collection
2026-08-18T08:26:01.1823415Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-18T08:26:01.2732001Z ##[endgroup]
2026-08-18T08:26:01.2732496Z ##[group]Setting up auth
2026-08-18T08:26:01.2739426Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-18T08:26:01.2983005Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-18T08:26:01.8631779Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T08:26:01.8876343Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-18T08:26:02.6234084Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T08:26:02.6487851Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-18T08:26:03.5728449Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-18T08:26:03.6741176Z ##[endgroup]
2026-08-18T08:26:03.6741668Z ##[group]Fetching the repository
2026-08-18T08:26:03.6753150Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +40472409b5e0746eb2a208cb049f610131adbea3:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T08:26:04.4973258Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T08:26:04.4974110Z  + c476f5b71...40472409b 40472409b5e0746eb2a208cb049f610131adbea3 -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T08:26:04.5122290Z ##[endgroup]
2026-08-18T08:26:04.5122722Z ##[group]Determining the checkout info
2026-08-18T08:26:04.5123204Z ##[endgroup]
2026-08-18T08:26:04.5128895Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-18T08:26:04.5427016Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-18T08:26:04.5682839Z ##[group]Checking out the ref
2026-08-18T08:26:04.5690513Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T08:26:04.6882053Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T08:26:04.6882758Z Your branch is up to date with 'origin/diag/pump-188-heartbeat'.
2026-08-18T08:26:04.6883216Z Previous HEAD position was c476f5b71 diag(er): name the writer of the engine room's controlled stamp
2026-08-18T08:26:04.6883799Z Switched to and reset branch 'diag/pump-188-heartbeat'
2026-08-18T08:26:04.6909968Z ##[endgroup]
2026-08-18T08:26:04.7217338Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-18T08:26:04.7481688Z 40472409b5e0746eb2a208cb049f610131adbea3
